home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / eckelt01.zip / CR.BAT < prev    next >
DOS Batch File  |  1995-02-20  |  125b  |  8 lines

  1. cd %1
  2. for %%f in (*.h *.c *.cpp) do call ..\cr2.bat %%f
  3. del tmp.tmp
  4. for %%f in (*.h *.c *.cpp) do pagenum %%f
  5. cd ..
  6.  
  7.  
  8.